func internal/runtime/maps.h2

41 uses

	internal/runtime/maps (current package)
		map.go#L190: func h2(h uintptr) uintptr {
		map.go#L447: 	match := g.ctrls().matchH2(h2(hash))
		map.go#L537: 	match := g.ctrls().matchH2(h2(hash))
		map.go#L588: 	g.ctrls().set(i, ctrl(h2(hash)))
		map.go#L688: 	match := g.ctrls().matchH2(h2(hash))
		runtime_fast32_swiss.go#L63: 		match := g.ctrls().matchH2(h2(hash))
		runtime_fast32_swiss.go#L132: 		match := g.ctrls().matchH2(h2(hash))
		runtime_fast32_swiss.go#L159: 	match := g.ctrls().matchH2(h2(hash))
		runtime_fast32_swiss.go#L188: 	g.ctrls().set(i, ctrl(h2(hash)))
		runtime_fast32_swiss.go#L252: 			match := g.ctrls().matchH2(h2(hash))
		runtime_fast32_swiss.go#L307: 				g.ctrls().set(i, ctrl(h2(hash)))
		runtime_fast32_swiss.go#L390: 			match := g.ctrls().matchH2(h2(hash))
		runtime_fast32_swiss.go#L440: 				g.ctrls().set(i, ctrl(h2(hash)))
		runtime_fast64_swiss.go#L63: 		match := g.ctrls().matchH2(h2(hash))
		runtime_fast64_swiss.go#L132: 		match := g.ctrls().matchH2(h2(hash))
		runtime_fast64_swiss.go#L159: 	match := g.ctrls().matchH2(h2(hash))
		runtime_fast64_swiss.go#L188: 	g.ctrls().set(i, ctrl(h2(hash)))
		runtime_fast64_swiss.go#L252: 			match := g.ctrls().matchH2(h2(hash))
		runtime_fast64_swiss.go#L307: 				g.ctrls().set(i, ctrl(h2(hash)))
		runtime_fast64_swiss.go#L334: 	match := g.ctrls().matchH2(h2(hash))
		runtime_fast64_swiss.go#L363: 	g.ctrls().set(i, ctrl(h2(hash)))
		runtime_fast64_swiss.go#L429: 			match := g.ctrls().matchH2(h2(hash))
		runtime_fast64_swiss.go#L479: 				g.ctrls().set(i, ctrl(h2(hash)))
		runtime_faststr_swiss.go#L60: 	h2 := uint8(h2(hash))
		runtime_faststr_swiss.go#L139: 		match := g.ctrls().matchH2(h2(hash))
		runtime_faststr_swiss.go#L198: 		match := g.ctrls().matchH2(h2(hash))
		runtime_faststr_swiss.go#L225: 	match := g.ctrls().matchH2(h2(hash))
		runtime_faststr_swiss.go#L256: 	g.ctrls().set(i, ctrl(h2(hash)))
		runtime_faststr_swiss.go#L320: 			match := g.ctrls().matchH2(h2(hash))
		runtime_faststr_swiss.go#L378: 				g.ctrls().set(i, ctrl(h2(hash)))
		runtime_swiss.go#L84: 		match := g.ctrls().matchH2(h2(hash))
		runtime_swiss.go#L158: 		match := g.ctrls().matchH2(h2(hash))
		runtime_swiss.go#L251: 			match := g.ctrls().matchH2(h2(hash))
		runtime_swiss.go#L316: 					g.ctrls().set(i, ctrl(h2(hash)))
		table.go#L198: 		match := g.ctrls().matchH2(h2(hash))
		table.go#L231: 		match := g.ctrls().matchH2(h2(hash))
		table.go#L276: 		match := g.ctrls().matchH2(h2(hash))
		table.go#L351: 			g.ctrls().set(i, ctrl(h2(hash)))
		table.go#L414: 			g.ctrls().set(i, ctrl(h2(hash)))
		table.go#L425: 		match := g.ctrls().matchH2(h2(hash))
		table_debug.go#L52: 					print(" not found [hash=", hash, ", h2=", h2(hash), " h1=", h1(hash), "]\n")